home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / hack_it / hackit.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1996-06-28  |  986 b   |  54 lines

  1. object Form4: TForm4
  2.   Left = 299
  3.   Top = 258
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add Auto-Top'
  8.   ClientHeight = 57
  9.   ClientWidth = 153
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 153
  22.     Height = 17
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Wildcards (*,?) may be used'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 0
  29.     Top = 16
  30.     Width = 153
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 0
  36.     Top = 40
  37.     Width = 75
  38.     Height = 17
  39.     Caption = 'OK'
  40.     Default = True
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 80
  46.     Top = 40
  47.     Width = 73
  48.     Height = 17
  49.     Caption = 'Cancel'
  50.     TabOrder = 2
  51.     OnClick = Button2Click
  52.   end
  53. end
  54.